home *** CD-ROM | disk | FTP | other *** search
/ Workplace Effectiveness:…ecision-Making Strategies / Workplace Effectiveness: Decision-Making Strategies.iso / pc / Files / Dm101.dxr / 00003_Navigation handlers.ls < prev    next >
Encoding:
Text File  |  1998-12-16  |  691 b   |  50 lines

  1. global gMasterData, gSection
  2.  
  3. on goIntro
  4.   go(label("intro"))
  5.   set gSection to #intro
  6.   goNarrator(gMasterData, "25")
  7. end
  8.  
  9. on go1
  10.   go(label("1"))
  11.   set gSection to 1
  12.   goNarrator(gMasterData, "26")
  13. end
  14.  
  15. on go2
  16.   go(label("2"))
  17.   set gSection to 2
  18.   goNarrator(gMasterData, "27")
  19. end
  20.  
  21. on go3
  22.   go(label("3"))
  23.   set gSection to 3
  24.   goNarrator(gMasterData, "28")
  25. end
  26.  
  27. on go4
  28.   go(label("4"))
  29.   set gSection to 4
  30.   goNarrator(gMasterData, "29")
  31. end
  32.  
  33. on go5
  34.   go(label("5"))
  35.   set gSection to 5
  36.   goNarrator(gMasterData, "30")
  37. end
  38.  
  39. on go6
  40.   go(label("6"))
  41.   set gSection to 6
  42.   goNarrator(gMasterData, "31")
  43. end
  44.  
  45. on go7
  46.   go(label("7"))
  47.   set gSection to 7
  48.   goNarrator(gMasterData, "24b")
  49. end
  50.